Fix return type for CollectionRef::new
authorFelix Krull <f_krull@gmx.de>
Sat, 18 May 2019 12:48:11 +0000 (14:48 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
commit8561eaaa8c2e67a43781b0e880f0c324741ee610
treece9f948d603edbb3dfb44ec907bdc9db77a7a3ac
parent8bfefa2b146eb2945263f414bc9c76e18a184eb8
Fix return type for CollectionRef::new

gir doesn't seem to generate this correctly. I have no clue why, there
are certainly some functions where nullable=1 causes an Option return.
rust-bindings/rust/gir-files/OSTree-1.0.gir
rust-bindings/rust/src/collection_ref.rs [deleted file]
rust-bindings/rust/src/collection_ref/mod.rs [new file with mode: 0644]